SftTree/NET 2.0

ItemMinHeight Property, DimensionsClass Class

Softel vdm, Inc.

Defines the minimum height of each item.

Syntax      DimensionsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property ItemMinHeight As Integer

C#   

public int ItemMinHeight { get; set; }

C++   

public: property int ItemMinHeight {
        int get();
        void set(int value);
}

Property Value

The minimum height of each item. If 0 is specified, no minimum height is defined.

The default value is 0.

Comments

The ItemMinHeight property defines the minimum height of each item.

If items are smaller than the defined minimum height, they are extended and use the defined minimum height.

The ItemClass.MinHeight property can be used to define the minimum height of one individual item.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com